encoding/xml.stack.kind (field)
12 uses
encoding/xml (current package)
xml.go#L282: if d.stk != nil && d.stk.kind == stkEOF {
xml.go#L290: if err == io.EOF && d.stk != nil && d.stk.kind != stkEOF {
xml.go#L387: kind int
xml.go#L406: s.kind = kind
xml.go#L429: for start.kind != stkStart {
xml.go#L434: for start.next != nil && start.next.kind == stkNs {
xml.go#L443: s.kind = stkEOF
xml.go#L451: if d.stk == nil || d.stk.kind != stkEOF {
xml.go#L488: case s == nil || s.kind != stkStart:
xml.go#L508: for d.stk != nil && d.stk.kind != stkStart && d.stk.kind != stkEOF {
xml.go#L523: if d.stk == nil || d.stk.kind != stkStart {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)